PingPongDelayA ping-pong (alternating left/right) delay audio effector.
Placeholder class.
PingPongDelayis currently declared as an empty class (export class PingPongDelay {}) — it does not extendEffector, and has no properties, methods, or constructor arguments of its own. It cannot be attached to aChannelorMasterviaaddEffect()/attachEffect()yet, since those expect anEffectorinstance. APingPongDelayProcessorAudioWorklet processor name is already reserved inAudioWorkletProcessorNames, suggesting this class is planned but not yet wired up.
import { PingPongDelay } from "@fluex/fluexgl-dsp";
const delay = new PingPongDelay();
new PingPongDelay(): PingPongDelay;
Takes no arguments. Uses the default (implicit) constructor.
This class has no public properties.
This class has no public methods.
This class does not emit any events.
This class does not define public getters or setters.